(bookmark-menu-length): Fix typo in group name.
authorMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 00:14:21 +0000 (00:14 +0000)
committerMarkus Rost <rost@math.uni-bielefeld.de>
Mon, 18 Nov 2002 00:14:21 +0000 (00:14 +0000)
lisp/bookmark.el

index 97217a10e79695798b81dc46859ae6975b432f05..2252087b102efc64c4c32d42ae45d6613e18bad6 100644 (file)
@@ -194,7 +194,7 @@ following in your `.emacs' file:
 (defcustom bookmark-menu-length 70
   "*Maximum length of a bookmark name displayed on a popup menu."
   :type 'integer
-  :group 'boolean)
+  :group 'bookmark)
 
 
 ;;; No user-serviceable parts beyond this point.